home *** CD-ROM | disk | FTP | other *** search
/ SGI Developer Toolbox 6.1 / SGI Developer Toolbox 6.1 - Disc 4.iso / src / exampleCode / inventor / SpaceballViewer / README < prev    next >
Encoding:
Text File  |  1994-08-02  |  1.5 KB  |  36 lines

  1.  
  2.         ~4Dgifts/toolbox/src/exampleCode/inventor/SpaceballViewer README
  3.  
  4.  
  5.          All the .h and .c++ files  in this directory originated from
  6.          the /usr/share/src/Inventor subtree loaded out of the
  7.          inventor_dev.src.sample subsystem and modified to handle the
  8.          Spaceball input device.
  9.  
  10.          The SceneViewer program is a 3d editor/demonstration program 
  11.          which exercises many of the features of Open Inventor.  The 
  12.          program lets the user read in various Open Inventor data files 
  13.          and arrange them to form a scene.  
  14.  
  15.          The SceneViewer can save Environment files which contain 
  16.          camera, lighting, and environment data SEPARATE from the scene.
  17.  
  18.          In this version of SceneViewer, I have added support for the 
  19.          spaceball.  All changes to the stock SceneViewer are in 
  20.          SoSceneViewer.h, SoSceneViewer.c++, and SoSceneMenu.h.
  21.          Changes to the stock SceneViewer are in SoSceneViewer.h, 
  22.          SoSceneViewer.c++, and SoSceneMenu.h.  All changes are also 
  23.          marked with the comment:
  24. // SPACEBALL
  25.  
  26.          So if ya wanna find all spaceball related changes just grep 
  27.          for SPACEBALL.
  28.  
  29.          The spaceball acts on the model itself.  If no objects are 
  30.          selected spaceball movement transforms the entire scene.  If 
  31.          an item is selected, spaceball movement transforms only that 
  32.          item.
  33.  
  34.          jym "dreaming of powder daze" terhorst
  35.          jym@sgi.com
  36.